go/types.Checker.indexExpr (method)

5 uses

	go/types (current package)
		call.go#L176: 		if check.indexExpr(x, ix) {
		call.go#L388: 		if ix := unpackIndexedExpr(e); ix != nil && check.indexExpr(&x, ix) {
		call.go#L425: 			if ix := unpackIndexedExpr(e); ix != nil && check.indexExpr(&x, ix) {
		expr.go#L1043: 		if check.indexExpr(x, ix) {
		index.go#L19: func (check *Checker) indexExpr(x *operand, e *indexedExpr) (isFuncInst bool) {